3.99.3
authorMatthias Clasen <mclasen@redhat.com>
Thu, 15 Oct 2020 04:41:52 +0000 (00:41 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 16 Oct 2020 03:03:03 +0000 (23:03 -0400)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index e9e817535cf3a69ea16b150edfaf9e313cc7f632..4215f02e0beb64e76eba0d93a08131120fdc796e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
-Overview of Changes
-===================
+Overview of Changes in 3.99.3
+=============================
+
+* Accessibility:
+ - Add an initial AT-SPI backend
 
 * GtkEmojiChooser:
  - Allow inserting multiple Emoji by pressing Control
@@ -14,18 +17,44 @@ Overview of Changes
 * GtkScale:
  - Change the default value of the :draw-value property
 
+* GtkPopover:
+ - Avoid losing focus when popovers are close
+
+* GtkColorChooser:
+ - Add color names back for accessibility
+
 * Input methods:
  - Add a 'private' input hint
 
 * GL Renderer:
  - Fix issues with texture caching
+ - Fix texture flipping problems
 
 * Build:
  - Use meson yield feature for some options
  - Require gtk-doc 1.33
+ - Require sysprof 3.38
+
+* Wayland:
+ - Clean up Wayland backend api, add annotations
+ - Generate introspection for Wayland backend api
+
+* Windows:
+ - Fix modal window handling and window stacking
+
+* MacOS:
+ - Fix the build
+ - Define GDK_WINDOWING_MACOS
+ - Fix various event handling issues
 
 * Demos:
  - Add another column view demo
+ - Add an svg paintable demo
+
+* Translation updates
+ Czech
+ Lithuanian
+ Polish
 
 
 Overview of Changes in GTK 3.99.2
index 0bed7b02fa02bcffbf4eb6d9ff15049afb4dcb32..f166407b067ca102dae8bd25ddf6f443afe8ef4e 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '3.99.2',
+        version: '3.99.3',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',